home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / grafik / 3d & render tools / irit / man / man6 / ceval.6 < prev    next >
Encoding:
Text File  |  1996-07-16  |  467 b   |  21 lines

  1. .TH CEVAL
  2.  6 "IRIT Version 6.0" 
  3. .SH NAME
  4. CEVAL
  5.  
  6.  
  7.  
  8.  CtlPtType CEVAL( CurveType Curve, NumericType Param )
  9.  
  10. Evaluates the provided Curve at the given Param value.
  11. Param should be in the curve's parametric domain if Curve is
  12. a Bspline curve, or between zero and one if Curve is a Bezier curve.
  13. The returned control point has the same point type as the control points
  14. of the Curve.
  15.  
  16. Example:
  17.  
  18.     CPt = CEVAL( Crv, 0.25 );
  19.  
  20. evaluates Crv at the parameter value of 0.25.
  21.